The x-coordinate of the point at which to begin searching.
The x-coordinate of the point at which to begin searching.





In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.ThumbnailEx / GetItemAt Method

GetItemAt Method (ThumbnailEx)

In This Topic
Returns the index of the item at the specified location.
Syntax
'Declaration
 
Public Function GetItemAt( _
   ByVal X As Integer, _
   ByVal Y As Integer _
) As Integer
public int GetItemAt( 
   int X,
   int Y
)
public function GetItemAt( 
    X: Integer;
    Y: Integer
): Integer; 
public function GetItemAt( 
   X : int,
   Y : int
) : int;
public: int GetItemAt( 
   int X,
   int Y
) 
public:
int GetItemAt( 
   int X,
   int Y
) 

Parameters

X
The x-coordinate of the point at which to begin searching.
Y
The x-coordinate of the point at which to begin searching.

Return Value

If success returns the item index, value between 0 and ItemCount - 1. Otherwise returns -1: No item is available at the specified position.
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.ThumbnailEx
ThumbnailEx Members